🌎 rns.kin.earth git 🌍
Commit e90b2866b4a856d921cb6c676163ca4b75e1f9cd
Parents : 8886ed5
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-09-29T23:20:49+02:00
Updated readme and documentation
Changes
3 files changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/README.md b/README.md
index fc209226..1197e218 100755
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ For more info, see [unsigned.io/projects/reticulum](https://unsigned.io/projects
- The API is very easy to use, and provides transfer progress
- Lightweight, flexible and expandable Request/Response mechanism
- Efficient link establishment
- - Total bandwidth cost of setting up an encrypted link is 3 packets totaling 265 bytes
+ - Total bandwidth cost of setting up an encrypted link is 3 packets totaling 297 bytes
- Low cost of keeping links open at only 0.44 bits per second
## Examples of Reticulum Applications
diff --git a/docs/source/understanding.rst b/docs/source/understanding.rst
index 50c0081f..696ee0b7 100644
--- a/docs/source/understanding.rst
+++ b/docs/source/understanding.rst
@@ -498,7 +498,7 @@ calculated from the link request packet, into the memory of forwarding nodes,
which means that the communicating nodes can thereafter reach each other simply
by referring to this *link id*.
-The combined bandwidth cost of setting up a link is 3 packets totalling 265 bytes (more info in the
+The combined bandwidth cost of setting up a link is 3 packets totalling 297 bytes (more info in the
:ref:`Binary Packet Format<understanding-packetformat>` section). The amount of bandwidth used on keeping
a link open is practically negligible, at 0.45 bits per second. Even on a slow 1200 bits per second packet
radio channel, 100 concurrent links will still leave 96% channel capacity for actual data.
@@ -803,7 +803,7 @@ Wire Format
- Path Request : 51 bytes
- Announce : 157 bytes
- Link Request : 83 bytes
- - Link Proof : 83 bytes
+ - Link Proof : 115 bytes
- Link RTT packet : 99 bytes
- Link keepalive : 20 bytes
diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst
index 7941ba1f..c3198666 100644
--- a/docs/source/whatis.rst
+++ b/docs/source/whatis.rst
@@ -61,7 +61,7 @@ What does Reticulum Offer?
* Efficient link establishment
- * Total bandwidth cost of setting up a link is only 3 packets, totalling 265 bytes
+ * Total bandwidth cost of setting up a link is only 3 packets, totalling 297 bytes
* Low cost of keeping links open at only 0.44 bits per second
Served by rngit 1.5.2 - Generated in 0.07s